home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / ra / qf12ra.zip / QF.DOC < prev    next >
Text File  |  1996-02-07  |  14KB  |  300 lines

  1.  
  2.                      QUIKFILER 1.2 for RemoteAccess 2.x!
  3.             Copyrighted Multiboard Communications Centre, 1994-96
  4.                         All rights reserved, worldwide.
  5.  
  6.  
  7. ╓───────────────────────────────────────────────────────────────────────────╖
  8. ║ What is it?                                                               ║
  9. ╙───────────────────────────────────────────────────────────────────────────╜
  10.  
  11.     Sick of the 100's of files sitting in your \UPLOADS directory?  It
  12.     takes forever to update and move them all to their right locations,
  13.     doesn't it?  Not anymore!!!
  14.  
  15.     The BEST feature of QuikFiler is the ability for it to suggest or
  16.     automatically move files into their appropriate directories by
  17.     reading their descriptions!
  18.  
  19.     Allows you to import the FILE_ID.DIZ/DESC.SDI files into the file
  20.     base descriptions with a single keystroke, as well as the option to
  21.     filter out high-ASCII and make descriptions more readable.
  22.  
  23.     Includes a description editor, and you can define altfunction keys
  24.     also.  Manual "hurl" files is also supported in QuikFiler.
  25.  
  26.  
  27. ╓───────────────────────────────────────────────────────────────────────────╖
  28. ║ QF.CFG - Configuration                                                    ║
  29. ╙───────────────────────────────────────────────────────────────────────────╜
  30.  
  31.    Configuration, although it may look a bit tricky, is pretty simple
  32.    actually.  There are a few different sections to touch upon:
  33.  
  34.  
  35.    ALTKEY <number> <info>
  36.    ────────────────────────────────────────────────────────────────────────
  37.    The <number> is simply a number from 1 to 9 that corrosponds with
  38.    the number of the key you want to define.  The <info> is the command
  39.    you want to execure when the alt key is pressed.  You can put in
  40.    certain metastrings that expand when executed...
  41.  
  42.       *C = Command shell
  43.       *F = Full path and file name
  44.       *P = Path of the file area
  45.       *A = Area number
  46.       *M = Swap memory on shell
  47.  
  48.    So for example, the command "*C /C SHEZ.BAT *F *M", might turn out to
  49.    be: "C:\COMMAND.COM /C SHEZ.BAT C:\FILE\GAME.ZIP" with memory swap
  50.    active before running this batch file.
  51.  
  52.  
  53.    INCLUDE <option> [value]
  54.    ────────────────────────────────────────────────────────────────────────
  55.    There are currently four <option> settings you can have.  The first one
  56.    is CDROM.  By default CDROM areas are not included in your active area
  57.    listing, since you cannot hurl files to them..  Setting this option
  58.    changes that if you need.
  59.  
  60.    The second option is the REGISTRATION number, simply place the number
  61.    in here, that you receive when you register the program.
  62.  
  63.    The third option is REPORT, and setting this value to point to a JAM
  64.    message base will cause a nice report to be posted to you when you
  65.    move files automatically with the /AUTO switch (registered feature)
  66.  
  67.    The fourth option is COPY, and if you set this option, the Alt-P
  68.    key will copy the current file into the [value] directory.  This is
  69.    good for quickly copying files that you might want to look at later.
  70.  
  71.  
  72.    <command> <value> [value]
  73.    ────────────────────────────────────────────────────────────────────────
  74.    Although QuikFiler is a great program by itself to import and clean up
  75.    your file descriptions, one of the more powerful functions of it, is to
  76.    be able to suggest or automatically move files into their proper areas
  77.    by looking at their description, and matching them with search lines
  78.    you can define.
  79.  
  80.    The options are:
  81.  
  82.    MOVE <areanum> <searchline> - sets up a move link to the selected area
  83.    DELETE         <searchline> - sets up a delete upon match link
  84.    HIDE           <searchline> - sets up a hide upon match link
  85.  
  86.    The <searchline> can look confusing but after a couple of tries, you
  87.    will have your file upload/import system finally working for you!  The
  88.    lines consists of words you want to match, and you can perform and/or
  89.    operations on them.
  90.  
  91.    When defining the strings, & means AND and | means OR.  Brackets
  92.    operate the same way as mathematics.
  93.  
  94.    For example:
  95.  
  96.    MOVE 21  remoteaccess | ra | ra2 | (remote & access)
  97.  
  98.    If the description/filename contains "remoteaccess" OR "ra" OR "ra2"
  99.    OR BOTH "REMOTE AND ACCESS" then this file would be suggested/moved
  100.    to area #21 which happens to be the [BBS] RemoteAccess 2.x section.
  101.  
  102.    Another example:
  103.  
  104.    We don't allow any types of x-rated graphics and such be uploaded
  105.    to our system, so to automatically handle these files, we...
  106.  
  107.    DELETE   (*.gif | *.pcx | *.jpg | *.bmp) & (porno* | naked | nude)
  108.  
  109.    This DELETEs any files that have any of the extensions "gif OR pcx
  110.    OR jpg OR bmp", AND have any words starting with "porno" OR have
  111.    the words "naked" OR "nude" in the description.
  112.  
  113.    As you can see the asterisk works as a wildcard, otherwise words
  114.    are considered only to match when it's a complete word.
  115.  
  116.  
  117.    REFERENCE
  118.    ────────────────────────────────────────────────────────────────────────
  119.    These reference lines are generated using the QF.EXE /GENERATE option.
  120.    They are simply here to help you remember what the appropriate area
  121.    numbers are when defining your COMMANDS.
  122.  
  123.    To generate REFERENCE lines for your system, simply run QF.EXE with
  124.    the /GENERATE switch.
  125.  
  126.  
  127. ╓───────────────────────────────────────────────────────────────────────────╖
  128. ║ QF.EXE - QuikFiler (The Program)                                          ║
  129. ╙───────────────────────────────────────────────────────────────────────────╜
  130.  
  131.     QF can be run with a few different command line parameters.
  132.     QF.EXE [areanum] [/AUTO | /GENERATE]
  133.  
  134.     ■ The [areanum] is simply the area number you want to process.
  135.     ■ The /AUTO switch causes QF.EXE to run on it's own, selecting
  136.       the first match that it comes across for the file.
  137.     ■ The /GENERATE function simply updates the REFERENCE lines
  138.       in your QF.CFG file to reflect your current file areas.
  139.  
  140.     When you are in QuikFiler, simply press F1 for a list of your
  141.     available options.  The keys are simple to use, and quite self-
  142.     expanitory.  Try a few of them out, and see how they work.  In
  143.     addition to the keys listed in the help screen, the Alt-J key
  144.     will perform a DOS shell.
  145.  
  146.  
  147. ╓───────────────────────────────────────────────────────────────────────────╖
  148. ║ License and Disclaimer                                                    ║
  149. ╙───────────────────────────────────────────────────────────────────────────╜
  150.  
  151.     "QuikFiler" is NOT free, it  is being marketed under the "try before
  152.     you buy" or shareware concept.   You are entitled to use "QuikFiler"
  153.     for a period up to forty-five days, after which you MUST register or
  154.     stop using the program.
  155.  
  156.     Registration entitles you to use this version of "QuikFiler" as well
  157.     as any future versions of the program that may be released.
  158.  
  159.     Registration benefits:
  160.  
  161.        ■ Remove the unregistered delay and message at startup
  162.        ■ Allow you to define 9 alt-keys
  163.        ■ Allow you to create reports when using the /AUTO switch
  164.        ■ Allow 100 search command defines
  165.        ■ Help continue the development of more quality programs
  166.        ■ Maintain the legality of your license agreement
  167.  
  168.     By running any of the  executable programs included,  you agree that
  169.     Multiboard Communications Centre nor any affiliates or  staff of the
  170.     above mentioned  are responsible  for any  damage ever  experienced,
  171.     however so created. If you cannot agree to this, then your privilege
  172.     to use any of these programs  is revoked  and it becomes illegal for
  173.     you to execute any programs included with this documentation.
  174.  
  175.     You may freely copy and distribute QuikFiler as long as its original
  176.     archived contents are not modified in any way.  You may not give out
  177.     your registration number to anyone else.  Licenses are non-transfer-
  178.     able. You may not use a registration key that is not licensed to you
  179.     by Multiboard Communications Centre.
  180.  
  181.     It is illegal to edit, alter, hack, reverse engineer and / or modify
  182.     any components of the archive in any manner.
  183.  
  184.     If dispute of any issues on legal grounds said above, then governing
  185.     law of Ontario, Canada will rule.  If you agree to all of the above,
  186.     then you may use this program.
  187.  
  188.     * REMEMBER THAT REGISTRATION IS QUITE INEXPENSIVE FOR ALL YOU GET! *
  189.  
  190.  
  191. ╓───────────────────────────────────────────────────────────────────────────╖
  192. ║ Support                                                                   ║
  193. ╙───────────────────────────────────────────────────────────────────────────╜
  194.  
  195.    If you have any questions or comments, you can netmail us at our Fido
  196.    address 1:2401/305 (CM,V34,VFC).    Please poll back for your replies
  197.    as we get dozens of messages a day, and crashing them all out is just
  198.    too expensive -  or optionally,  make a note that you would like your
  199.    message routed back to you.  You can also contact us via the Internet
  200.    for faster responses, and directly sent out replies.   The address is
  201.    "support@multiboard.com"     Normally you will find us in the RA_UTIL
  202.    FidoNet area as well, as well as the MCC_SUPPORT echo of course.  The
  203.    latest version can always be FREQ'd from us with the magic name QF.
  204.  
  205.    Also, the newest MCC software is also now available via the Internet:
  206.  
  207.    ftp://ra.uti.com/sys/bbs/bbs/mcc
  208.    http://www.mgl.ca/~multib
  209.  
  210.    You can also "FREQ" the files from us via fidonet at 1:2401/305, our
  211.    system is online and taking requests 24 hours/day.
  212.  
  213.  
  214. ╓───────────────────────────────────────────────────────────────────────────╖
  215. ║ Registration                                                              ║
  216. ╙───────────────────────────────────────────────────────────────────────────╜
  217.  
  218.     Please see the REGISTER.EXE file for a list of our registration site.
  219.     If you ever have questions about our registration sites, feel free to
  220.     post our infobot at "reginfo@multiboard.com", or send a netmail message
  221.     to us at 1:2401/305
  222.  
  223.  
  224. ╓───────────────────────────────────────────────────────────────────────────╖
  225. ║ Error Messages                                                            ║
  226. ╙───────────────────────────────────────────────────────────────────────────╜
  227.  
  228.     Below is a table that references the possible  error messages values
  229.     that you may see.
  230.  
  231.        ═════╤════════════════════════════════════════════════════════
  232.        Code │ Section = Swapping routines
  233.        ═════╪════════════════════════════════════════════════════════
  234.         0-x │ Every program has its own return codes.  Consult its
  235.             │ documentation regarding the (x) return code.
  236.  
  237.        ═════╤════════════════════════════════════════════════════════
  238.        Code │ Section = Swapping routines
  239.        ═════╪════════════════════════════════════════════════════════
  240.         1-1 │ No space for swapping
  241.         1-2 │ Program is too low in memory
  242.         4-0 │ Error allocating environment
  243.         5-0 │ Error calling swap
  244.         5-1 │ Could not return from swap
  245.         5-2 │ Could not swap out
  246.         6-x │ Error caused during redirection
  247.  
  248.        ═════╤════════════════════════════════════════════════════════
  249.        Code │ Section = Program being called
  250.        ═════╪════════════════════════════════════════════════════════
  251.         2-0 │ Not found
  252.         2-1 │ Invalid drive
  253.         2-2 │ Invalid path
  254.         2-3 │ Invalid name
  255.         2-4 │ Invalid drive letter
  256.         2-5 │ Path too long
  257.         2-6 │ Drive not ready
  258.  
  259.        ═════╤════════════════════════════════════════════════════════
  260.        Code │ Section = Dos error codes
  261.        ═════╪════════════════════════════════════════════════════════
  262.         3-2 │ File not found
  263.         3-3 │ Path not found
  264.         3-5 │ Access denied
  265.         3-6 │ Invalid handle
  266.         3-8 │ Not enough memory
  267.  
  268.  
  269. ╓───────────────────────────────────────────────────────────────────────────╖
  270. ║ Acknowledgments                                                           ║
  271. ╙───────────────────────────────────────────────────────────────────────────╜
  272.  
  273.     This program has been tested on  MS-DOS 3.3 through 6.22,  DESQview
  274.     2.40 through 2.63, DESQview/X 1.2 and 2.0, Windows 3.1 to 4.0 beta,
  275.     WindowsNT 3.x, OS/2 2.0 through OS/2 3.0 warp,  and Novell DOS 7.0.
  276.     Other  operating  environments should work fine,  but they have not
  277.     been fully tested.  Requires at least DOS 3.3.
  278.  
  279.     The JAM message base format is used in "QuikFiler" and  this is the
  280.     JAM license header:  "JAM(mbp)-Copyright 1993 Joaquim Homrighausen,
  281.     Andrew Milner, Mats Birch, Mats Wallin. ALL RIGHTS RESERVED."   The
  282.     RemoteAccess filebase format, RemoteAccess and RA are (C) Copyright
  283.     Andrew Milner and Wantree Development, 1993.   All rights reserved.
  284.  
  285.     PKZIP/PKUNZIP, Copyright PKWARE; ARJ, Copyright Robert K Jung; LZH/
  286.     LHA, Copyright Haruyasu Yoshizaki;  X00, Copyright Ray Gwinn;  BNU,
  287.     Copyright David Nugent & Unique Computing; DESQview, Copyrighted by
  288.     Quarterdeck Software;  MS-DOS, MS-Windows, Copyrighted by Microsoft
  289.     Corporation; OS/2, Copyright International Business Machines Corp.,
  290.     Thanks to the  public domain swapping  utilities that required very
  291.     little in the way of tweaking, by Thomas Wagner.   QuikFiler (c) by
  292.     Multiboard Communications Centre.
  293.  
  294.     Thanks to you,  the user,  for actually reading to the  end  of the
  295.     documentation, and remember, please register, it's cheap!
  296.  
  297.  
  298.  
  299.  
  300.